home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / shapeshifter / rekick64s.lha / ReKick_39.64s / ReKick.doc < prev    next >
Text File  |  1995-05-07  |  5KB  |  133 lines

  1. TABLE OF CONTENTS
  2.  
  3. ReKick 39.64s
  4. ReCode 39.6
  5. ReKick                                                                 ReKick
  6.  
  7.    NAME
  8.     ReKick
  9.  
  10.    VERSION
  11.     ReKick 39.64s by Thomas Kessler
  12.  
  13.     Note: This ReKick version is only working with kickfiles which
  14.           were modified with 'KickShifter' by Martin Berndt for the
  15.           ShapeShifter Macintosh-II emulator by Christian Bauer.
  16.  
  17.    SYNOPSIS
  18.     'ReKick [-[c|C|q|Q]] [filename]' - A tool to run special test
  19.     Kickstarts on A2000/A500/A600 machines
  20.  
  21.    FUNCTION
  22.     ReKick is a tool for A2000, A500 and A600 systems with at least 1Meg
  23.     of AutoConfig RAM at $200000. It, along with the special kickstart
  24.     files designed for ReKick, will let developers and beta testers of
  25.     our new kickstarts boot into the kickstart.
  26.  
  27.     ReKick does *NOT* require that the autoconfig memory be the first
  28.     board in the system and thus will work with systems that have
  29.     A2091 with RAM or A590 with RAM.  (Since the drive part configured
  30.     before the RAM did...)  Also, ReKick will fully configure the boards
  31.     using the new kickstart.  This means that there are no limitations
  32.     to the type of boards that the system should correctly understand
  33.     with ReKick vs ROM kickstarts.
  34.  
  35.     ReKick works by first checking to see if the system has memory
  36.     to support it.  It will then check for a file in DEVS:Kickstart.
  37.     This file can be the coded original or a decoded ReCode-version.
  38.     After the file has been loaded and checked, ReKick will print a
  39.     notice and give you 3 seconds to abort the reboot. If you do not
  40.     reboot, you will be booted into the normal boot process of the
  41.     new, beta kickstart.
  42.  
  43.     Since ReKick will quietly fail if there is no DEVS:Kickstart or
  44.     if you have already been ReKick'ed, it is very easy to just have
  45.     ReKick as the first line of the startup-sequence.
  46.  
  47.     ReKick can also be started from Workbench.  When started from
  48.     Workbench, it will take any command line parameters and it will
  49.     not give you a chance to abort it.
  50.  
  51.    INPUTS
  52.     A valid kickstart file in DEVS:Kickstart or in the file name
  53.     given at the command line.
  54.     
  55.     Supported parameters:
  56.     '-c' makes ReKick to ignore the kickfile-checksum
  57.     '-q' causes a quiet startup (no textoutput & waiting) but you can
  58.          stop the things of course by pressing ctrl-C
  59.     Both parameters may be combined like this: '-cq' or '-qc'
  60.  
  61.     Crunched input:
  62.     Starting with 39.63 the kickfile may also be packed with the
  63.     PowerPacker by Nico François. You do NOT need the powerpacker.lib.
  64.     (File must start with 'PP20'.)
  65.  
  66.     Starting with 39.64 the kickfile may also be packed with the FImp
  67.     FileImploder by A.J. Brouwer. You do NOT need the explode.lib.
  68.     The FImp crunches better and decrunches faster than the PPacker.
  69.     (File must start with 'IMP!'.)
  70.  
  71.     If you specify a quiet startup using the '-q' parameter, the
  72.     flashing colors while decrunching won't be shown.
  73.  
  74.    RESULTS
  75.     A system running the beta Kickstart
  76.  
  77.    NOTE
  78.     This ReKick version is only working with kickfiles which were
  79.     modified with 'KickShifter' by Martin Berndt for the ShapeShifter
  80.     Macintosh-II emulator by Christian Bauer.
  81.  
  82.     Due to the fact that you are not really in ROM with the kickstart,
  83.     and since this trick does not use the MMU (it works on 68000 machines)
  84.     the ROM is *not* write protected.  Writes to ROM may well crash the
  85.     system.
  86.  
  87.     Due to the methods required for BootMenu to operate, BootMenu may
  88.     not be possible with ReKick'ed machines.
  89.  
  90.     Note that the command line parameter is only parsed for the
  91.     parameters 'c' and/or 'q' and that the rest of the commandline is
  92.     assumed to be a complete file name. This means that if you wish to
  93.     have the file "test disk:kickstart file" used you would use:
  94.  
  95.        'ReKick test disk:kickstart file'
  96.     or 'ReKick -c test disk:kickstart file' without checksum-validating
  97.     or 'ReKick -q test disk:kickstart file' without textoutput and waiting
  98.  
  99.     No quotes are required since it only takes the one filename.
  100. ReCode                                                                 ReCode
  101.  
  102.    NAME
  103.     ReCode
  104.  
  105.    VERSION
  106.     ReCode 39.6 by Thomas Kessler
  107.  
  108.    SYNOPSIS
  109.     ReCode - A tool to decode special BETA-Kickstarts (use CLI/Shell!)
  110.  
  111.    FUNCTION
  112.     ReCode is a tool for all those people who want to have their own
  113.     modified BETA-Kickstart without some requester or something other.
  114.  
  115.     ReCode needs a 0.5Meg memory-block to load, decode and to save the
  116.     BETA-Kickstart. So you need an AMIGA with more than 512KB CHIP or
  117.     with enough FAST-Ram.
  118.  
  119.     ReCode will quietly fail if some error appears. So check for enough
  120.     disk/hd/memory-space before running ReCode.
  121.  
  122.    INPUTS
  123.     A coded BETA kickstart file as the first parameter and a destination
  124.     file name as second parameter given at the command line.
  125.     ReCode <sourcefile> <destinationfile>
  126.  
  127.    RESULTS
  128.     A decoded beta Kickstart file
  129.  
  130.    NOTE
  131.     Do *NOT* use spaces in the file names, because a space means the
  132.     end of the file name.
  133.